From baa1c49d2f011582c1d7bf85406fdcbcc2ddea18 Mon Sep 17 00:00:00 2001 From: alexmot Date: Thu, 18 Dec 2003 14:19:56 +0000 Subject: [PATCH] C89 fix-up git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@602 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gpx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/gpx.c b/gpsbabel/gpx.c index dfcce9418..aed3eb33d 100644 --- a/gpsbabel/gpx.c +++ b/gpsbabel/gpx.c @@ -551,13 +551,13 @@ static void gpx_end(void *data, const char *el) { char *s = strrchr(current_tag.mem, '/'); + float x; if (strcmp(s + 1, el)) { fprintf(stderr, "Mismatched tag %s\n", el); } *s = 0; - float x; if (in_cdata) { if (in_name && in_wpt && !in_gs_tbugs) { -- 2.30.2